home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1992 June: ROMin Holiday
/
ADC Developer CD (1992-06) (''ROMin Holiday'')_iso
/
Developer Connection - 06-1992.iso
/
Development Platforms
/
Apple II
/
Essentials
/
Miscellaneous Disk Images
/
ProDOS Basic Examples
/
PROGRAMS
/
CAPTURE.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1983-10-01
|
154 b
|
7 lines
1 REM CAPTURE
2 D$ = CHR$(4)
3 PRINT D$;"OPEN LISTING.EXEC"
4 PRINT D$;"WRITE LISTING.EXEC"
5 LIST 10,32000
6 PRINT D$;"CLOSE LISTING.EXEC"
7 END